div ul:not(:first-child){ background-color: #900; }
div ul:nth-child(n+2) { background-color: #900; }